compress/flate.dictDecoder.readFlush (method)

7 uses

	compress/flate (current package)
		dict_decoder.go#L174: func (dd *dictDecoder) readFlush() []byte {
		inflate.go#L349: 			f.toRead = f.dict.readFlush() // Flush what's left in case of error
		inflate.go#L505: 				f.toRead = f.dict.readFlush()
		inflate.go#L612: 			f.toRead = f.dict.readFlush()
		inflate.go#L643: 		f.toRead = f.dict.readFlush()
		inflate.go#L670: 		f.toRead = f.dict.readFlush()
		inflate.go#L680: 			f.toRead = f.dict.readFlush()